home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global castv, Gmovie, Gframe
- unLoadCast(castv)
- set the sound of cast castv to 0
- InVis(12)
- sound playFile 2, "..\som\seta.wav"
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- onVis(14)
- updateStage()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- go(Gframe, Gmovie)
- end
-